POV-Ray : Newsgroups : povray.general : Missing something basic: Including sky_spheres : Re: Missing something basic: Including sky_spheres Server Time
2 Aug 2024 04:24:23 EDT (-0400)
  Re: Missing something basic: Including sky_spheres  
From: Jeremy M  Praay
Date: 8 Jan 2005 18:20:21
Message: <41e06ab5$1@news.povray.org>
"Neil Kolban" <kol### [at] kolbancom> wrote in message 
news:41e0667f$1@news.povray.org...
> Folks,
> Hopefully I am missing something basic here ...
>
> The following is my .pov file:
>
> ----
> #include "colors.inc"
> #include "skies.inc"
>
> S_Cloud5
> ----
>


change to:

sky_sphere {S_Cloud5}

It's the same as declaring an object.  You still have to put 
"object{MyObject}" around it.

-- 
Jeremy
www.beantoad.com


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.